owner.Character.Humanoid.Touched:Connect(function(h) local hum = h.Parent:findFirstChild"Humanoid" if hum then hum:TakeDamage(4) end end)